home *** CD-ROM | disk | FTP | other *** search
/ Workbench Designer 2 / Workbench Designer 2.iso / time / filofax_pro_v1.2 / filointer < prev    next >
Encoding:
AmigaDOS Script File  |  1996-02-07  |  256 b   |  26 lines

  1. .key text,time,art
  2. .bra {
  3. .ket }
  4.  
  5. Lab nochmal
  6.  
  7. Wait MIN={time}
  8.  
  9. IF {art} eq "2"
  10.   RequestChoice TITLE="Information" GADGETS="Okay" BODY="{text}" >NIL:
  11. ENDIF
  12. IF {art} eq "1"
  13.   Execute {text}
  14. ENDIF
  15. IF {art} eq "0"
  16.   Run {text}
  17. ENDIF
  18.  
  19. SKIP nochmal BACK
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26.